home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / odbcall.zip / PROCINFO.DFM / PROCINFO.txt
Text File  |  1995-08-21  |  2KB  |  109 lines

  1. object frmProcInfo: TfrmProcInfo
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Stored Procedure Information'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 15
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 423
  17.     Height = 70
  18.     Align = alTop
  19.     BevelInner = bvLowered
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 28
  23.       Top = 37
  24.       Width = 63
  25.       Height = 15
  26.       Caption = 'Procedure:'
  27.       Font.Color = clBlack
  28.       Font.Height = -12
  29.       Font.Name = 'Arial'
  30.       Font.Style = [fsBold]
  31.       ParentFont = False
  32.     end
  33.     object Label2: TLabel
  34.       Left = 18
  35.       Top = 8
  36.       Width = 73
  37.       Height = 15
  38.       Caption = 'Data Source:'
  39.       Font.Color = clBlack
  40.       Font.Height = -12
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.     object DataSource: TLabel
  46.       Left = 113
  47.       Top = 8
  48.       Width = 65
  49.       Height = 15
  50.       Caption = 'DataSource'
  51.       Font.Color = clBlack
  52.       Font.Height = -12
  53.       Font.Name = 'Arial'
  54.       Font.Style = []
  55.       ParentFont = False
  56.     end
  57.     object ProcList: TComboBox
  58.       Left = 111
  59.       Top = 33
  60.       Width = 255
  61.       Height = 22
  62.       Style = csDropDownList
  63.       ItemHeight = 15
  64.       TabOrder = 0
  65.       OnChange = ProcListChange
  66.     end
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 0
  70.     Top = 70
  71.     Width = 423
  72.     Height = 199
  73.     Align = alClient
  74.     BevelInner = bvLowered
  75.     Caption = 'Panel2'
  76.     TabOrder = 1
  77.     object ParamList: TListBox
  78.       Left = 111
  79.       Top = 2
  80.       Width = 310
  81.       Height = 195
  82.       Align = alClient
  83.       ItemHeight = 15
  84.       TabOrder = 0
  85.     end
  86.     object Panel3: TPanel
  87.       Left = 2
  88.       Top = 2
  89.       Width = 109
  90.       Height = 195
  91.       Align = alLeft
  92.       BevelOuter = bvNone
  93.       TabOrder = 1
  94.       object Label3: TLabel
  95.         Left = 41
  96.         Top = 4
  97.         Width = 48
  98.         Height = 15
  99.         Caption = 'Params:'
  100.         Font.Color = clBlack
  101.         Font.Height = -12
  102.         Font.Name = 'Arial'
  103.         Font.Style = [fsBold]
  104.         ParentFont = False
  105.       end
  106.     end
  107.   end
  108. end
  109.